Fix the ProtocolError seen when the server throws an exception and running
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Thu, 30 Mar 2006 10:51:44 +0000 (11:51 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Thu, 30 Mar 2006 10:51:44 +0000 (11:51 +0100)
commitc705b05a310d753c900aa76fff6f3e9cb3e37769
tree668c335a0169367bc8b34ecb8783701829ebec37
parent919a239a3c8f70cdb6963f76787588bd7a2a17a7
Fix the ProtocolError seen when the server throws an exception and running
under Python 2.3; traceback.format_exc was introduced in 2.4, so we can't use
it.

Added some exception logging.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/util/xmlrpclib2.py